home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / The Golden Parrot / card_23435.txt < prev    next >
Text File  |  1990-08-20  |  913b  |  33 lines

  1. -- card: 23435 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3426
  5. -- name: A golden feather
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global score
  9.   subtract 5 from score
  10.   if score <= 0 then
  11.     visual effect scroll up
  12.     go card "end"
  13.   end if
  14.   put score into field "scorebox"
  15. end openCard
  16.  
  17. on mouseUp
  18.   visual effect dissolve
  19.   go card "Hut of the Medicine Man"
  20. end mouseUp
  21.  
  22.  
  23. -- part contents for background part 1
  24. ----- text -----
  25. A golden feather
  26.  
  27. -- part contents for background part 2
  28. ----- text -----
  29. Adorning the decorated cap of the medicine man is a yellow plume from the prized golden parrot. You ask him where he got it, but he is vague. With further prompting, he finally tells you of a place where the great birds go to die. It is far along the river path, up where the river issues from the earth at its source.
  30.  
  31. -- part contents for background part 5
  32. ----- text -----
  33. 295